home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / mus / misc / MPTool_1.12.lha / MPTool / Bonus / LookFile / LookFile.ReadMe < prev    next >
Encoding:
Text File  |  1998-08-31  |  1.1 KB  |  42 lines

  1. Short:     A Simple Text File Transformer
  2. Author:    Heinrich Patrick [patrick.heinrich@admieg.ensieg.inpg.fr]
  3. Uploader:  Heinrich Patrick [patrick.heinrich@admieg.ensieg.inpg.fr] 
  4. Version:   0.02  
  5.  
  6.  
  7.  LookFile V0.02 '97 by TMG 
  8.  
  9.  Usage : LookFile <Option> <Infile> [<Outfile>]
  10.  
  11.  <Option> :      u  <=> File to Upper Case 
  12.                  l  <=> File to Lower Case
  13.                  s  <=> File to Look 'Smart'
  14.                  t  <=> File to Text Mode
  15.  
  16.  
  17. 1. History ;)
  18.  
  19. 0.01 : just a simple working version :)
  20.        
  21. 0.02 : [08/09/97]
  22.        improved the checking ...
  23.  
  24.  
  25. 2. Purpose :
  26.  
  27. It was made to transform upper case written texts into lower case or other
  28. styles. The 'u' and 'l' are basic transformations. The 's' (smart mode)
  29. puts the first character into upper case, following characters in lower case
  30. ( ex: "LOOKFILE" is changed in "Lookfile" ). The 't' (Text Mode) is looking
  31. for '.', '!', '?' to change your text (first letter of a sentence in upper
  32. case ...).
  33.  
  34. You just need to copy it wherever you want (c:, ...)
  35.  
  36. ex:  c:LookFile u Toto.txt  
  37.      will change your text file (Toto.txt) in an upper case text file ...
  38.  
  39.  
  40. 3. Hav' Fun
  41.  
  42.